sql query analyzer 2017

Discover sql query analyzer 2017, include the articles, news, trends, analysis and practical advice about sql query analyzer 2017 on alibabacloud.com

SQL Server version 2000 query

Determine which SQL Server Database components version is installed Use isql, osql, or Query Analyzer to execute one of the following queries against the database engine instance. SELECT serverproperty (' ProductLevel ') SELECT @ @VERSION SELECT serverproperty (' ProductVersion ') Use the table below to determine your version of Database components.

Four matching modes of SQL fuzzy query condition

usage is: SELECT * from Flow_user where regexp_like (username, ' [Zhang Wangli] Fly ')4.[^ ]: Represents a single character that is not listed within the parentheses. The value is the same as [], but it requires that the matched object be any character other than the specified character.For example SELECT * from [user] WHERE u_name like ' [^ Zhang Li Wang] three 'Will find the surname "Zhang", "Li", "Wang" "Zhao Three", "Magozo" and so on;For example SELECT * from [user] WHERE u_name like ' old

SQL notes-query data appears only once, small data bits are nonzero, delete tables and sequences, ifnull functions

Only one occurrence of each identical data in the Query data tableSELECT DISTINCT (order_no) from Ibsp_record_feeThe data in the Query data table decimal place is not 0SELECT * FROM Ibsp_pay_record PR where Pr.amountOrSELECT * FROM Ibsp_pay_record PR where pr.amount!= cast (pr.amount as Decimal (13,0))Delete table and ID sequenceTRUNCATE TABLE Ibsp_balance_account_data(Oracle)Oracle

Total Pages: 12 1 .... 8 9 10 11 12 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.