• sql server获取表的所有字段


    select name+"," from syscolumns where object_name(id)='equipment'
    'equipment'为表名.

    输出格式改为文本

    结果如下:
                                                                                                                                     
    ---------------------------------------------------------------------------------------------------------------------------------
    activestatus,
    address,
    adviceboard,
    aspset_key,
    assettag,
    attachment,
    attachment_des,
    attribset,
    bovvalue,
    businessunit,
    city,
    comments,
    computer_type,
    contactequipment,
    contractcoverag,
    country,
    custfield0,
    custfield1,
    custfield2,
    custfield3,
    custfield4,
    custfield5,
    custfield6,
    custfield7,
    custfield8,
    custfield9,
    custfieldsavail,
    custlabel0,
    custlabel1,
    custlabel2,
    custlabel3,
    custlabel4,
    custlabel5,
    custlabel6,
    custlabel7,
    custlabel8,
    custlabel9,
    customerequipment,
    customerid,
    datecreated,
    datemodified,
    debtornr,
    deliverdate,
    deliverynumber,
    deliveryposition,
    details,
    division,
    equip_warranty,
    ethernet_id,
    fsident,
    glaccount,
    harddisksize,
    haswarranty,
    history,
    hwcontract,
    hwcoverage,
    installdate,
    ipaddress,
    IsLock,
    linktype,
    location,
    maintenance_level,
    makemodel,
    nodename,
    notes_key,
    ordernumber,
    orderposition,
    ordertype,
    orgequipment,
    os_type,
    os_version,
    perlewbz,
    pkey,
    port_number,
    priority,
    prod_warranty,
    productequipment,
    project_id,
    purchasedate,
    pwarranty_expires,
    ramsize,
    sap_info,
    satok,
    serialnumber,
    serregequipment,
    servername,
    slaavailfactor,
    sna_address,
    state,
    type,
    validdate,
    vendor,
    warranty_expires,
    warrantycoverag,
    workgroupequipm,
    zip,

    (所影响的行数为 96 行)

  • 相关阅读:
    StarUML3.x的破解方法
    图解git基本使用
    Elasticsearch分页查询From&Size vs scroll vs search_after
    MySQL索引及使用详解
    mysql中key 、primary key 、unique key 与index区别
    MySQL避免重复插入记录方法(ignore,Replace,ON DUPLICATE KEY UPDATE)
    git config配置快捷命令
    linux基础命令使用详解
    MySQL索引详解——full-text,b-tree,hash,r-tree
    Insert Interval 面试题leetcode.
  • 原文地址:https://www.cnblogs.com/huang/p/444517.html
Copyright © 2020-2023  润新知