zoukankan      html  css  js  c++  java
  • 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 行)

  • 相关阅读:
    学习 Linux 几点忠告【转载】
    游侠更新仙剑全系列免CD补丁(支持WIN7 SP1)【转载】
    更改数据库对象所有者
    数据库 行列相互转化
    JQuery计时器
    js操作cookies
    利用自定义DataTable来重画数据集的用法
    asp.net mvc 从客户端中检测到有潜在危险的 Request.Form 值的解决方法
    CS144 Lab
    CS231n Assignment #2
  • 原文地址:https://www.cnblogs.com/huang/p/444517.html
Copyright © 2011-2022 走看看