Skip to content
Advertisement

I got error on column with identity(1,1)?

Sql developer gives an error of: ORA-00907: missing right parenthesis, for next table : create table customer ( CUSTOMER_ID number identity (1,1) not null, CUSTOMER_PHONE char(13) not null …

how to insert two select in a select command of a sqldatasource

I have to insert two select in a select command of a sqldatasource that is linked to a dropdownlist but I don’t know how to do it. I tried it but it doesn’t work:

Return Table Object from Stored JSON in a Column

I am sorry, I know this has been asked a billion times but I have tried to put together CROSS APPLY statements without any luck and needs some help. I have this data in SQL in a single column which I …

How to build sql query from two tables?

Members is a table of persons who are members of a club. Various details of each member are included in this table through various columns such as ID, name, address, email, etc. Now, any two members …

Advertisement