Welcome Guest, Not a member yet? Register   Sign In
Create two table in one create statement
#1

[eluser]nandish[/eluser]
Hi guys

Is there any way, to create two tables in one create statement.


Thanks in advance.
#2

[eluser]kgill[/eluser]
Pretty much nope, you'd have to change most of CI's database classes to accomplish it. If you want to drop into straight PHP then yes it's possible depending on the database you're using, mysql for example supports it (mysqli_multi_query) while oracle doesn't.




Theme © iAndrew 2016 - Forum software by © MyBB