You cannot have two values for a given row column pair... you could have an associate table that will have the users id and then values for the other column.. ie:
Users
[uid] [username]
105 Jorge
55 Tom
then another table:
UserNews
[uid] [news]
105 No news News.
105...
I want to create a table with a sql statement that will have the dbname and the tables in that db (like the sysobjects in SQL Server or the user_tables in Oracle). Is there a way to do this? I know about show tables and show databases but how do I get this information into a table with a sql...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.