Level 75
@joaohamerski Try this
DB::selectRaw('SHOW TABLES');
I know that using MySQL or Postgres i can do DB::select('SHOW TABLES') but using a sqlite database it isn't working. I got this error:
SQLSTATE[HY000]: General error: 1 near "SHOW": syntax error (SQL: SHOW TABLES)
I tried using sqlite syntax with DB::select('.tables') but got a syntax error too.
Please or to participate in this conversation.