Vraag : Hoe te om vervangingen met de criteria van de multippleselectie te gebruiken.

Ik heb een behoefte om rijen te vinden waar het rekeningsaantal niet alleen het nauwkeurige rekeningsaantal, wat variatie kan zijn.  Het rekeningsaantal heeft zes karakters, maar er kunnen variaitions in die zin dat zijn andere karakters kunnen verschijnen alvorens 6 verteren of na namelijk kon het BIG123456 evenals geen 123456Small zijn.  Ik heb 30 aantallen van de „basis“ rekening ik aan lijn waardoor alle variaties van elke rekening moet vinden, maar van wat ik zie staat SQL t-SQL niet voor lijnen of series toe zodat ben ik benieuwd hoe te om deze behoefte te naderen.  Rigth heb ik nu in bijlage, wat niet variations. terugkeert
" codeBody "
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
#returndata van de LIJST van CREATE (appl_report_id varchar (32) NIET VERKLAAR nietig , RPT_ID NIET ONGELDIG INT. , JOB_ID NIET ONGELDIG INT. , job_mne_cd varchar (60) NIET VERKLAAR nietig , job_nm varchar (60) NIET VERKLAAR nietig , RPT_TYP_ID NIET ONGELDIG INT. , rpt_typ_nm varchar (50) NIET VERKLAAR nietig , rpt_nm varchar (60) NIET VERKLAAR nietig , person_id int. , legal_entity_id int. , ontvankelijke VERKLAART varchar (60) NIET nietig , company_nm varchar (100) NIET VERKLAAR nietig , email_address varchar (60) NIET VERKLAAR nietig , phone_nm varchar (35) NIET VERKLAAR nietig , fax_nm varchar (35) NIET VERKLAAR nietig , address_id int. , company_address varchar (250) NIET VERKLAAR nietig , delivery_mthd_cd varchar (1) NIET VERKLAAR nietig , delivery_mthd varchar (25) NIETIG VERKLAREN niet) #returndata van het TUSSENVOEGSEL SELECTEER appl_report_id --appl_report_id varchar (8) NIET VERKLAAR nietig , rpt_id --RPT_ID NIET ONGELDIG INT. , job_id --JOB_ID NIET ONGELDIG INT. , „Onbekend“ --job_mne_cd varchar (60) NIET VERKLAAR nietig , „Onbekend“ --job_nm varchar (60) NIET VERKLAAR nietig , rpt_typ_id--RPT_TYP_ID NIET ONGELDIG INT. , „Volgend“-- varchar (50) NIET VERKLAAR nietig , rpt_nm --rpt_nm varchar (60) NIET VERKLAAR nietig , 0 --person_id int. , 0 --legal_entity_id int. , „Onbekend“ --ontvankelijke varchar (60) NIET VERKLAART nietig , „Onbekend“ --company_nm varchar (60) NIET VERKLAAR nietig , „Onbekend“ --email_address varchar (60) NIET VERKLAAR nietig , „Onbekend“ --phone_nm varchar (35) NIET VERKLAAR nietig , „Onbekend“ --fax_nm varchard (35) NIET VERKLAAR nietig , 0 --address_id int. , „Onbekend“ --company_address varchar (100) NIET VERKLAAR nietig , 'a' --delivery_mthd_cd varchar (1) NIET VERKLAAR nietig , „Onbekend“ --delivery_mthd varchar (25) NIET VERKLAAR nietig VAN crs_db.dbo.t_rpt WAAR rpt_typ_id = 102 EN appl_report_id BINNEN („510577“, „608970“, „622419“, „619860“, „567908“, „536382“, „553742“, „536051“, „640364“, „582691“, „576990“, „578293“, „540046“, „610985“, „666229“, „613857“, „588615“, „577139“, „629519“, „537455“, „200155“, „200154“, „104606“, „107472“, „105874“, „200264“, „200415“, „200541“, „671124“, „200475“)

Antwoord : Hoe te om vervangingen met de criteria van de multippleselectie te gebruiken.

Verander waar clausule aan

WAAR rpt_typ_id = 102 EN
(appl_report_id ALS „%510577%“ of appl_report_id ALS „%608970%“ of appl_report_id ALS „%622419%“ of appl_report_id ALS „%619860%“ of appl_report_id ALS „%567908%“ of appl_report_id ALS „%536382%“ of appl_report_id ALS „%553742%“ of appl_report_id ALS „%536051%“ of appl_report_id ALS „%640364%“ of appl_report_id ALS „%582691%“ of appl_report_id ALS „%576990%“ of appl_report_id ALS „%578293%“ of appl_report_id ALS „%540046%“ of appl_report_id ALS „%610985%“ of appl_report_id ALS „%666229%“ of appl_report_id ALS „%613857%“ of appl_report_id ALS „%588615%“ of appl_report_id ALS „%577139%“ of appl_report_id ALS „%629519%“ of appl_report_id ALS „%537455%“ of appl_report_id ALS „%200155%“ of appl_report_id ALS „%200154%“ of appl_report_id ALS „%104606%“ of appl_report_id ALS „%107472%“ of appl_report_id ALS „%105874%“ of appl_report_id ALS „%200264%“ of appl_report_id ALS „%200415%“ of appl_report_id ALS „%200541%“ of appl_report_id ALS „%671124%“ of appl_report_id ALS „%200475%“)
Andere oplossingen  
 
programming4us programming4us