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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -