lol. another one.
Okay. Let's say, this table called php_users.
in there, there's
user_pass
user_name
user_id
user_bleh
user_blah
user_die
user_heh_heh
user_heh_lol
user_heh_blah
So, I wanna use a mySQL query, to select all of the fields which have user_heh_
Note that I cannot do
as heh, lol, and blah can be ANYTHING.
Okay. Let's say, this table called php_users.
in there, there's
user_pass
user_name
user_id
user_bleh
user_blah
user_die
user_heh_heh
user_heh_lol
user_heh_blah
So, I wanna use a mySQL query, to select all of the fields which have user_heh_
Note that I cannot do
| Code: |
| SELECT user_heh_heh, user_heh_lol, user_heh_blah |
as heh, lol, and blah can be ANYTHING.
