faizanahmad
2 posts.
- Add new column/field in Oracle DB table - ora - 30649: missing DirectoryI was trying to add a new field in an Oracle DB table using this script: alter table TABLENAME add FIELDNAME char(1) not null default '0' ;
- join in SQL update statementI had to update value from a staging table( this might be a temp table ) into another database table. Here is how I did it using a inner join in the…
