├── create_load_database.sql ├── employees.zip └── 예제 ├── 12장-convert3857To4326.sql ├── 12장-convert4326To3857.sql ├── 12장-distanceInSphere.sql ├── 12장-getDistanceMBR.sql ├── 12장-st_contains_spatial_index.sql ├── 12장-st_contains_test-srid3857.sql ├── 12장-st_contains_test-srid4326.sql ├── 12장-testcase-spatial_index.sql ├── 14장-sf_divide.sql ├── 14장-sf_emp_count.sql ├── 14장-sp_remove_user.sql ├── 14장-sp_updateemployeehiredate.sql └── 14장-sp_updateemployeehiredate1.sql /create_load_database.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wikibook/realmysql80/HEAD/create_load_database.sql -------------------------------------------------------------------------------- /employees.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wikibook/realmysql80/HEAD/employees.zip -------------------------------------------------------------------------------- /예제/12장-convert3857To4326.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wikibook/realmysql80/HEAD/예제/12장-convert3857To4326.sql -------------------------------------------------------------------------------- /예제/12장-convert4326To3857.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wikibook/realmysql80/HEAD/예제/12장-convert4326To3857.sql -------------------------------------------------------------------------------- /예제/12장-distanceInSphere.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wikibook/realmysql80/HEAD/예제/12장-distanceInSphere.sql -------------------------------------------------------------------------------- /예제/12장-getDistanceMBR.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wikibook/realmysql80/HEAD/예제/12장-getDistanceMBR.sql -------------------------------------------------------------------------------- /예제/12장-st_contains_spatial_index.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wikibook/realmysql80/HEAD/예제/12장-st_contains_spatial_index.sql -------------------------------------------------------------------------------- /예제/12장-st_contains_test-srid3857.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wikibook/realmysql80/HEAD/예제/12장-st_contains_test-srid3857.sql -------------------------------------------------------------------------------- /예제/12장-st_contains_test-srid4326.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wikibook/realmysql80/HEAD/예제/12장-st_contains_test-srid4326.sql -------------------------------------------------------------------------------- /예제/12장-testcase-spatial_index.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wikibook/realmysql80/HEAD/예제/12장-testcase-spatial_index.sql -------------------------------------------------------------------------------- /예제/14장-sf_divide.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wikibook/realmysql80/HEAD/예제/14장-sf_divide.sql -------------------------------------------------------------------------------- /예제/14장-sf_emp_count.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wikibook/realmysql80/HEAD/예제/14장-sf_emp_count.sql -------------------------------------------------------------------------------- /예제/14장-sp_remove_user.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wikibook/realmysql80/HEAD/예제/14장-sp_remove_user.sql -------------------------------------------------------------------------------- /예제/14장-sp_updateemployeehiredate.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wikibook/realmysql80/HEAD/예제/14장-sp_updateemployeehiredate.sql -------------------------------------------------------------------------------- /예제/14장-sp_updateemployeehiredate1.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wikibook/realmysql80/HEAD/예제/14장-sp_updateemployeehiredate1.sql --------------------------------------------------------------------------------