Statistics
| Revision:

svn-gvsig-desktop / trunk / org.gvsig.desktop / org.gvsig.desktop.compat.cdc / org.gvsig.fmap.dal / org.gvsig.fmap.dal.db / org.gvsig.fmap.dal.db.h2 / src / test / resources / org / gvsig / fmap / dal / store / h2 / resultSetForSetProvider.sql @ 44678

History | View | Annotate | Download (252 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
  NVL2("Geometry",ST_AsBinary("Geometry"),NULL) FROM "PUBLIC"."test";