I am using the following SQL query and the ExecuteScalar() method to fetch data from an Oracle database:
ExecuteScalar()
sql = \"select username from usermst wh
/* Select some int which does not exist */ int x = ((int)(SQL_Cmd.ExecuteScalar() ?? 0));