Welcome Guest, Not a member yet? Register   Sign In
selecting the whole database
#1

[eluser]Unknown[/eluser]
can anyone tell me how can we select the whole database in a single query.....

I have only an experience of one week in codeigniter......
#2

[eluser]xeroblast[/eluser]
query -> use database_name;
#3

[eluser]smilie[/eluser]
What do you mean with 'whole database'?

Cheers,
Smilie
#4

[eluser]PhilTem[/eluser]
[quote author="smilie" date="1330675609"]What do you mean with 'whole database'?

Cheers,
Smilie[/quote]

I'm curious about that answer, too Wink
#5

[eluser]solid9[/eluser]
Maybe he wants to say.
How to select the whole table.

SELECT * FROM table_name;
#6

[eluser]johnpeace[/eluser]
Forget about Codeigniter for a hour or two and go read about the basics of SQL.
#7

[eluser]John Murowaniecki[/eluser]
"Did you mean: show tables like 'tablename'?" - Google says.




Theme © iAndrew 2016 - Forum software by © MyBB