Hi,

  select * from emp order by empid desc; //here empid is column name among
clolumns.

  Now, I want to write prepared statement for above query.

  select * from emp order by ? ?; //I want to substitute column name and
sorting preference.

  is it possible with sqlite?

thanks,
a
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to