Kelly Jones wrote:
Many sites let you search databases of information, but the search
queries are very limited.

I'm creating a site that'll allow arbitrary SQL queries to my data (I
realize I'll need to handle injection attacks).

Are there other viable ways to query data? I read a little on
"Business System 12" (BS12), Tutorial D, and even something called
T-SQL (I think), but they all seem theoretical and not fully
implemented.

T-SQL stands for Transact-SQL, which is Microsoft's implementation of SQL
I want a query language that non-techies can use easily, but also
supports arbitrarily complex queries. Does such a language exist?

http://en.wikipedia.org/wiki/SQL#Alternatives_to_SQL


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to