" When Fetching JSONB Data?-Golang-php.cn">
Home >
Article > Backend Development > Why Am I Getting "panic: sql: expected 1 destination arguments in Scan, not
" When Fetching JSONB Data? " />" When Fetching JSONB Data? " />
When fetching JSONB data from Postgres using db.QueryRow, an error like "panic: sql: expected 1 destination arguments in Scan, not
In the code snippet:
<code class="go">m := Message{}</code>
The above is the detailed content of Why Am I Getting "panic: sql: expected 1 destination arguments in Scan, not