asp.net - Oracle - ASP sql command not properly ended -


i new oracle , asp. trying run small mysql query. getting error

ora-00933 sql command not ended 

my query is

select * name_tbl username = 'admin'; 

i googled , tried options. query running when executed in oracle sql developer

please me in advance


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

java - More than one row with the given identifier was found: 1, for class: com.model.Diagnosis -