mirror of
https://github.com/SOCI/soci.git
synced 2025-12-30 17:50:07 -06:00
2 lines
69 B
SQL
2 lines
69 B
SQL
IF db_id('soci_test') IS NULL BEGIN CREATE DATABASE [soci_test] END;
|