Hi,

I'm very beginner in SQL query syntax and my problem is :

I have a database that contains several objects and their properties.

Each object has it's own table where its properties are stored ( TEXT
Keyword, REAL Value ).
So, in each table we find Keywords such as : Weight, Length, Cost,...
Table name is described object name.


What I would need is a query that parses all objects (i.e. tables )
and return their Name if a specific condition is true.

For example,

"return all object Names that have Length > 3.5 "


Thanx a lot for your help.



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to