BrezzeLevsky

Results 2 issues of BrezzeLevsky

I can't figure out how to use this option for plotting graphs, how to do it in a pure Java script, I can imagine, but how to do it using...

enhancement

Hello, I got databases from Oracle, and I need help on how to correctly compose an Insert query My Code: query := sq.Insert("N_ACCOUNTS"). Columns("ACCOUNT_ID", "ACC", "MODIFIED_DATE", "CREATION_DATE", "LOCKED_FLAG", "NEED_REPLICATION"). Values(account.AccountId,...