WordPressでデータベースの情報を変更する際に便利なTipsが載っている13 Useful WordPress SQL Queries You Wish You Knew Earlierというエントリーのご紹介。 WordPressはMySQLというデータベースで動いていますが、何かを変更したい場合に結構困る事がありま... 続きを読む
as a java programmer, to develop a system, mostly we need to create sql by different criterions. If we introduce hibernate, it provides criterion module to us, and if we introduce ibatis, it provides sql fragments to consist the last sql. But... 続きを読む
A5:SQL Mk-2は複雑化するデータベース開発を支援するために開発されたフリーのSQL開発環境です。 高機能かつ軽量で、使い方が分かりやすいことを目標に開発されています。 SQLを実行したり、テーブルを編集するほかに、SQLの実行計画を取得したり、ER図を作成し... 続きを読む
SQL*Plus is a command line interface to the Oracle Database. From SQL*Plus, one can issue SQL, PL/SQL and special SQL*Plus commands. SQL*Plus provides a user-friendly interface which allows you to define and manipulate data in an Oracle datab... 続きを読む
In SQL, a Character set may be a Character set defined by a national or international standard, by your DBMS or by a user of SQL-data. Standard-defined Character sets consist of a set of characters predefined by some standards body and have a... 続きを読む
This section of the Knowledgebase contains the full text of the book SQL-99 Complete, Really, by Peter Gulutzan & Trudy Pelzer. 続きを読む
This article is about SQL:1999, a revision of the SQL standard. For more information about SQL, see the main SQL article. SQL:1999 is the third revision of the SQL database query language. The latest revision of the standard is SQL:2008. [edi... 続きを読む
2009年10月8日 [SQL]実行計画の表示(SQLServer) SQLServerでは、SQLServer Management Studio(クエリアナライザ)でSQLのコスト評価を行うことができます。実行計画の評価はGUIを使ったマップ画面で確認することできます。 しかし、複数のSQLのコスト評価を見る... 続きを読む
動作サンプル ▼ こんな感じのログバッファで ▼ 確認したい SQL をリージョン選択し、M-x sqlf RET すると ▼ 整形される。必要ならアンドゥする。 説明symfony.el で emacs の一時バッファで SQL を含むログを監視していて欲しかったので書いた、簡易 SQL ... 続きを読む
alter-table-stmt: SQLite supports a limited subset of ALTER TABLE. The ALTER TABLE command in SQLite allows the user to rename a table or to add a new column to an existing table. It is not possible to rename a colum, remove a column, or add ... 続きを読む
My other half says I’m losing it. But I think that as an enthusiast kernel developer she doesn’t have the right to criticize people. (”I like user space better!” - she exclaims upon reading this). Shown below is a (single query) SQL-gener... 続きを読む
ニュース検索 CEEK.JP NEWS etc... の開発記録を少しつける、メシ日記です。2学期開始。 挿入日時を記録するために DATETIME 型を利用しているのですが、その日付の取り扱いに悩まされたので、書いてみる。 mysql> DESCRIBE hoge; +-------+----------+------+-... 続きを読む
サンプルテーブルを使用し、実際によく使うであろうSQL文を挙げていきます。 このページでは、SSA について述べています。 他の RDBMS について見たい場合は、各項のリンク ( ORACLE MSSQL SSA Postgres MySQL Jet ) をクリックしてください。 また、使われて... 続きを読む