oracle11g - Add custom-valued column to table with SQL Developer -


i'm using sql developer on database in oracle11g. made table using existing fields, want add column table has 4 possible values ('q1', 'q2', 'q3', , 'q4') , want each row in current table paired each of 4 values each row occurs 4 times in new table (once each unique value in added column).

i know how add columns table, can't figure out how set custom values. feel should relatively simple can't seem find on it. have ideas?

much appreciated!


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

php - Dynamic url re-writing using htaccess -

java - Multi-Label Document Classification -