New to SQLite. Is there a way to get column data type information for derived columns in a query or view? For example, if I have something like this:
select Customer.LastName || Customer.FirstName as Fullname then no data type is returned for that column. I’m using Delphi to access the database and Delphi’s field objects throw a fit if they don’t have a data type. Thanks much for your help. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users