like condition with any column
hi all
can u anybody give a suggestion.
SELECT *
FROM TABLE_NAME
WHERE column_name1 like 'columnname2'_
My question is here
in the above query..
can i give column_name2 in like condition,?
normaly we will give column like 'h%' or 'DSSD%' or '23%'
pls let me know...very urgetn