Statistics
| Revision:

root / trunk / org.gvsig.postgresql / org.gvsig.postgresql.provider / src / test / resources / org / gvsig / postgresql / dal / resultSetForSetProvider.sql @ 934

History | View | Annotate | Download (276 Bytes)

1

    
2
-- ResultSetForSetProvider SQL
3
SELECT 
4
    "ID", "Byte", "Bool1", "Long", "Timestamp", "Date", "Time", 
5
    "Bool2", "String", "Bool3", "Double", "Bool4", "Float", "Bool5", "Decimal", 
6
    ST_AsBinary("Geometry") 
7
  FROM "dbtest"."public"."test" ORDER BY "ID" ASC NULLS LAST;