Hi Kishan, thanks in ton for your help. Had one question! How would you handle Oracle sequence while you would generate primary key for each insert? Can you drop the syntax
@dhruvajyotidas14044 жыл бұрын
Hey I obtained the solution by using Oracle function to generate sequence numbers using the return value as insert into database.
@fernandohood55424 жыл бұрын
What is the syntax when specifying fields? What about %? You spend more time on error handling than the SQL portion.
@Travellife88774 жыл бұрын
Hi but how to handle if one column is a json field...?char field and integer field is ok..but what about json field
@KishanMashru4 жыл бұрын
Json could be considered as a String and inserted!!!
@bhuvanp96983 жыл бұрын
Can we do sql copy using visual studio code to refresh complete table from production to dev environment?
@biju20014 жыл бұрын
Hi Kishan. import cx_Oracle give me an error. Unable to import 'cx_Oracle'pylint(import-error). I am using Visual studio code
@ulissesavelar93603 жыл бұрын
How can I do to get values from templates given by users and pass into WHERE from SQL?
@charultyagi64594 жыл бұрын
How could I insert the text file in sql using python version 2.7.2
@kanavsharma40204 жыл бұрын
How can we dynamically add data into tables using python and angular