/ Published in: SQL
Expand |
Embed | Plain Text
SELECT * FROM cols WHERE TABLE_name=upper('table_name') AND column_name = upper('column_name')
You need to login to post a comment.
SELECT * FROM cols WHERE TABLE_name=upper('table_name') AND column_name = upper('column_name')
You need to login to post a comment.