in Education by
I use the query below: update ACCOUNT_EXTERNAL_IDS set EXTERNAL_ID = 'username:vietnt' where ACCOUNT_ID='1000000' and EMAIL_ADDRESS='NULL' It shows the error: ERROR: Column "USERNAME" not found; SQL statement: update ACCOUNT_EXTERNAL_IDS set EXTERNAL_ID=username:vietnt where ACCOUNT_ID=1000000 and EMAIL_ADDRESS=NULL [42122-147] I use back slash \, then, the query become: update ACCOUNT_EXTERNAL_IDS set EXTERNAL_ID = 'username\:vietnt' where ACCOUNT_ID = '1000000' and EMAIL_ADDRESS='NULL' The error is the same. JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
Resolved! The escape character '\' resolve the problem. The issue I encounter is I use ssh connect. So, it eliminates the character '\'

Related questions

0 votes
    I have a string like (&(objectclass=${abc})(uid=${xyz})) How can I search ${abc} and $ ... questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    I have a string like (&(objectclass=${abc})(uid=${xyz})) How can I search ${abc} and $ ... questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    I have a string like (&(objectclass=${abc})(uid=${xyz})) How can I search ${abc} and $ ... questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    I have a string like (&(objectclass=${abc})(uid=${xyz})) How can I search ${abc} and $ ... questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    One character cannot use ziplines whike their special ability is activated in apex legends wo it is? A-Caustic ... -Gibraltar D-Wraith Select the correct answer from above options...
asked Dec 14, 2021 in Education by JackTerrance
0 votes
    I have a table where I have a ColumnA which has data with white spaces and special characters. I ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 7, 2022 in Education by JackTerrance
0 votes
    ANSI-standard SQL allows the use of special operators in conjunction with the WHERE clause. A special ... Schemes topic in chapter Concurrency Control of Database Management...
asked Oct 10, 2021 in Education by JackTerrance
0 votes
    The database system must take special actions to ensure that transactions operate properly without interference ... Concept topic in chapter Transactions of Database Management...
asked Oct 10, 2021 in Education by JackTerrance
0 votes
    I have a SQL column with a length of 6. Now want to take only the first char of that column. Is there any ... in SQL to do this? Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    I have a SQL column with a length of 6. Now want to take only the first char of that column. Is there any ... in SQL to do this? Select the correct answer from above options...
asked Feb 5, 2022 in Education by JackTerrance
0 votes
    1. Create a webpage using the following tags: , , , , Rs 1000 Rs 750, , Select the correct answer from above options...
asked Dec 17, 2021 in Education by JackTerrance
0 votes
    Out of the following heading tags, which tag cause a browser to render text at the largest default size? < h2> Select the correct answer from above options...
asked Dec 1, 2021 in Education by JackTerrance
0 votes
    out of the following heading tags, which tag cause the browser to render text at the largest default size? a) b) c) d) Select the correct answer from above options...
asked Nov 30, 2021 in Education by JackTerrance
0 votes
    (a) Which of the following is used to change the color of hyperlink from blue to any other color? (i) Link ( ... of these (iii) IFRAME Select the correct answer from above options...
asked Nov 30, 2021 in Education by JackTerrance
...