The following example assumes that the users table exists. MySQL Shell JavaScript Code var res = mySession.sql('SELECT name, age FROM users').execute(); var ...
確定! 回上一頁