zoukankan      html  css  js  c++  java
  • SQL操作数据

     1.查询

    • SQL查询栗子

    2.插入、更新、删除

    3.计算

    • 字段

      • 执行算术计算 +-*/
        • select a*b from table
  • 相关阅读:
    Linux启动网卡时出现RTNETLINK answers: File exists错误解决方法
    在Linux系统中应用su和sudo
    Python模块常用的几种安装方式
    安装php并使用nginx连接PHP
    查看Chrome浏览器扩展程序源码的两种方法
    angularJs中缓存数据,免去重复发起请求的几种写法
    underscore.js 分析6 map函数
    AngularJS中Directive指令系列
    $watch和$observe的使用
    $watch, $watchCollection, $watchGroup的使用
  • 原文地址:https://www.cnblogs.com/margot921/p/12669354.html
Copyright © 2011-2022 走看看