Useful SQL Queries?

Re: Useful SQL Queries?

by Joel Mendoza -
Number of replies: 0

Use {table} in your sql query. For example if you want to take values from user table then write SELECT * FROM {user}. This will take the prefix you used for your database instalation and will put it explicit in your query.

Hope this helps.