sql - ORA00907: Missing Right Parenthesis error -


i converting table long raw column blob using statement:

insert t_blob_photograph ( photono, pview_type, pview, plength, pbreadth,  color_type, color_code, scan_res, intensity_res, compression_type,  compression, photograph) select ( photono, pview_type, pview, plength, pbreadth, color_type, color_code,  scan_res, intensity_res, compression_type, compression, to_lob(photograph) t_photograph); 

i thought straight forward, throwing error ora00907. on oracle 9i.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -