Welcome Guest, Not a member yet? Register   Sign In
Database help - forum, what is best
#4

(This post was last modified: 08-15-2016, 09:00 PM by PaulD. Edit Reason: Added PS )

Well, you can do pretty complex stuff with the query builder. It is quite an extensive library.

However, exactly for those times when you have a particularly complex query, you can just run any query with the:

PHP Code:
$this->db->query('YOUR QUERY HERE'); 

Or if you feel like it, there is nothing stopping you form connecting to your database and running queries just as you would do with native php.

If you have general SQL questions then the 'general help' or 'lounge' might be best, there are some pretty expert people on this forum that might be able to help. However, perhaps your SQL questions would be better suited to a forum for SQL questions such as http://www.sqlteam.com/forums/ or http://forums.mysql.com/

Best wishes,

Paul.


PS I only just realized what RTFM means - lol - very funny.
Reply


Messages In This Thread
Database help - forum, what is best - by dbrooke - 08-12-2016, 12:19 PM
RE: Database help - forum, what is best - by PaulD - 08-12-2016, 09:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB