Coder Social home page Coder Social logo

iorm's Introduction

Result

--H--33--46--78--90--#
enum(12,A,M,P)
varchar ( 255 )
select (name,age,gender) from
select * from
order by name,age,gender asc
select (name,age,gender) from
select (name,over,age,address,gender,photo) from
[username, age, address, gender, photo]
[over, address, gender, photo]
[username, address, gender, photo]
( A ) and ( B )
( this is a simple text ) or ( this another simple text )
between 12 and 33
[12, 33, 45, 66, 72, 83]
select * from tablename where id = 12 or ( 子句 ) AND ( 子句 )
[Ljava.util.ArrayList;@2cdf8d8a
insert into ( username,age,address,gender,photo ) values ( goij,22,新加坡,男,https://www.example/images/100x100 ) ;
update tablename set username=goij,age=22,address=新加坡,gender=男,photo=https://www.example/images/100x100 ;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.