SQL syntax
The data is queried using the database language SQL, for example:
"SELECT id, fParam2 FROM tTable1 WHERE param1=123"
For more information about SQL syntax, see the database manufacturer pages or http://en.wikipedia.org/wiki/SQL.
.
The data is queried using the database language SQL, for example:
"SELECT id, fParam2 FROM tTable1 WHERE param1=123"
For more information about SQL syntax, see the database manufacturer pages or http://en.wikipedia.org/wiki/SQL.
.